Spread Silverlight Documentation
Add Method (SpreadChartElementCollection<T>)


GrapeCity.Windows.SpreadSheet.Data Namespace > SpreadChartElementCollection<T> Class : Add Method
The item.
Adds the specified item.
Syntax
'Declaration
 
Public Overrides Sub Add( _
   ByVal item As T _
) 
'Usage
 
Dim instance As SpreadChartElementCollection(Of T)
Dim item As T
 
instance.Add(item)
public override void Add( 
   T item
)

Parameters

item
The item.
See Also

Reference

SpreadChartElementCollection<T> Class
SpreadChartElementCollection<T> Members